home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / mc51bugs.zip / Q33365 < prev    next >
Text File  |  1988-07-29  |  689b  |  30 lines

  1. Q33365 _pie Fills Whole Screen
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.    When the last two x,y values are identical or extremely close, the
  8. _pie routine will fill the entire screen instead of the region
  9. desired.
  10.    The following program demonstrates this behavior:
  11.  
  12. #include <stdio.h>
  13. #include <graph.h>
  14.  
  15. main()
  16. {
  17. _setvideomode(_HERCMONO);
  18. _pie(_GFILLINTERIOR, 80,50 ,240, 150, 240, 12, 240, 12);
  19. while ( !kbhit ());
  20. _setvideomode(_DEFAULTMODE);
  21. }
  22.  
  23.    Microsoft has confirmed this to be a problem in Version 5.10. We
  24. are researching this problem and will post new information as it
  25. becomes available.
  26.  
  27.  
  28. Keywords:  buglist5.10
  29. Updated  88/07/29 14:28
  30.